home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1996 February: Tool Chest / Apple Developer CD Series Tool Chest February 1996 (Apple Computer)(1996).iso / Tool Chest / Development Tools & Languages / HyperCard Related / APDA HyperCard Toolkits / HyperCard Video Toolkit 2.0 / HVT #1 / Videodisc Commands / background_2705.txt < prev    next >
Encoding:
Text File  |  1995-02-07  |  3.0 KB  |  148 lines

  1. -- background: 2705 from stack: in
  2. -- bmap block id: 2487
  3. -- flags: 0000
  4. -- background id: 0
  5. -- name: 
  6.  
  7.  
  8. -- part 3 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=131 top=70 right=99 bottom=165
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 11045 / 11045
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   go home
  23. end mouseUp
  24.  
  25.  
  26.  
  27. -- part 4 (button)
  28. -- low flags: 00
  29. -- high flags: 0000
  30. -- rect: left=350 top=70 right=99 bottom=384
  31. -- title width / last selected line: 0
  32. -- icon id / first selected line: 26635 / 26635
  33. -- text alignment: 1
  34. -- font id: 0
  35. -- text size: 12
  36. -- style flags: 0
  37. -- line height: 16
  38. -- part name: Help
  39. ----- HyperTalk script -----
  40. on mouseUp
  41.   set scroll of card field "Help" to 0
  42.   if the visible of card field "Release Notes" then
  43.     set visible of card field "Release Notes" to false
  44.     set visible of card field "Help" to true
  45.   else
  46.     set visible of card field "Help" to not visible of card field "Help"
  47.   end if
  48. end mouseUp
  49.  
  50.  
  51.  
  52. -- part 5 (button)
  53. -- low flags: 00
  54. -- high flags: 0000
  55. -- rect: left=413 top=70 right=99 bottom=447
  56. -- title width / last selected line: 0
  57. -- icon id / first selected line: 6720 / 6720
  58. -- text alignment: 1
  59. -- font id: 3
  60. -- text size: 9
  61. -- style flags: 0
  62. -- line height: 12
  63. -- part name: Here's how you...
  64. ----- HyperTalk script -----
  65. on mouseUp
  66.   visual effect iris close
  67.   pop card
  68. end mouseUp
  69.  
  70.  
  71.  
  72. -- part 6 (button)
  73. -- low flags: 00
  74. -- high flags: 0000
  75. -- rect: left=202 top=70 right=99 bottom=351
  76. -- title width / last selected line: 0
  77. -- icon id / first selected line: 0 / 0
  78. -- text alignment: 1
  79. -- font id: 3
  80. -- text size: 9
  81. -- style flags: 0
  82. -- line height: 12
  83. -- part name: Video Stack
  84. ----- HyperTalk script -----
  85. on mouseUp
  86.   go to first card of stack "Videodisc Stack"
  87. end mouseUp
  88.  
  89.  
  90.  
  91. -- part 7 (button)
  92. -- low flags: 00
  93. -- high flags: 0000
  94. -- rect: left=164 top=70 right=99 bottom=203
  95. -- title width / last selected line: 0
  96. -- icon id / first selected line: 0 / 0
  97. -- text alignment: 1
  98. -- font id: 0
  99. -- text size: 12
  100. -- style flags: 0
  101. -- line height: 16
  102. -- part name: 
  103. ----- HyperTalk script -----
  104. on mouseUp
  105.   go home
  106. end mouseUp
  107.  
  108.  
  109.  
  110. -- part 8 (button)
  111. -- low flags: 00
  112. -- high flags: 0000
  113. -- rect: left=383 top=70 right=99 bottom=414
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: 
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   set scroll of card field "Help" to 0
  125.   set visible of card field "Help" to not visible of card field "Help"
  126. end mouseUp
  127.  
  128.  
  129.  
  130. -- part 9 (button)
  131. -- low flags: 00
  132. -- high flags: 0000
  133. -- rect: left=446 top=70 right=99 bottom=490
  134. -- title width / last selected line: 0
  135. -- icon id / first selected line: 0 / 0
  136. -- text alignment: 1
  137. -- font id: 0
  138. -- text size: 12
  139. -- style flags: 0
  140. -- line height: 16
  141. -- part name: 
  142. ----- HyperTalk script -----
  143. on mouseUp
  144.   visual effect iris close
  145.   pop card
  146. end mouseUp
  147.  
  148.